func io/fs.errExist

2 uses

	io/fs (current package)
		fs.go#L139: 	ErrExist      = errExist()      // "file already exists"
		fs.go#L146: func errExist() error      { return oserror.ErrExist }